concurrent invocation meaning in English
并发调用
Examples
- Property if your class supports multiple concurrent invocations
如果您的类支持多个并发调用,则不要公开 - If your class does not support multiple concurrent invocations , consider exposing an
如果类不支持多个并发调用,请考虑公开 - Property because they support multiple concurrent invocations of asynchronous methods
属性,因为它们支持异步方法的多个并发调用。 - Do this if you re prepared to manage multiple concurrent invocations of your method , in which case the
如果您准备管理方法的多个并发调用,可进行此操作,在这种情况下, - Method without the state parameter , and it does not support multiple concurrent invocations , ensure that any attempt to invoke
方法时不使用该状态参数,而且它不支持多个并发调用,则请确保在早先的